Partner

Manage Funds

Deposit funds to your StoxGear trading account through online transfer or cheque deposit, and share proof via email for swift processing.

Fund Deposit

💸

Online Transfer

Transfer funds online and email screenshot to info@StoxGear.com.

🏦

Deposit via Cheque

Deposit funds and email cheque & slip copy to info@StoxGear.com.

🧾

File Requirements

Uploads must be under 400KB in JPEG or PNG format.

S. No. Bank Name Account Number IBAN SWIFT Code
1 Bank Al Habib 1012-0081-007510-01-5 PK45BAHL1012008100751001 BAHLPKKA
2 MCB Bank Limited 1337416781002852 PK12MUCB1337416781002852 MUCBPKKA
3 Meezan Bank 0105501341 PK27MEZN00990901055501341 MEZNPKKA
/* ===== Mobile dropdown toggle ===== */ document.querySelectorAll('.nx-item > .nx-link').forEach(link => { link.addEventListener('click', e => { const isMobile = window.matchMedia('(max-width:1024px)').matches; const drop = link.nextElementSibling; if (isMobile && drop && drop.classList.contains('nx-drop')) { e.preventDefault(); link.parentElement.classList.toggle('open'); } }); }); /* ===== Card Animation (staggered) ===== */ function animateCards() { const cards = document.querySelectorAll('.card'); cards.forEach((card, i) => { setTimeout(() => card.classList.add('show'), i * 150); }); } document.addEventListener('DOMContentLoaded', animateCards);